/*
Theme Name: HYBRID CREATION

*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
body {
color: #767777;
font: 14px/24px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
font-weight: 400;
font-style: normal;
}


.fix {
	position:fixed;
}

#wrapper-header {

top: 0;
left: 0;
width: 100%;
z-index: 900;
background-color: #fff;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.13);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.13);
box-shadow: 0 1px 5px rgba(0,0,0,0.13);
}

[role=banner] {
position: relative;
max-width: 960px;
height: 132px;
margin: 0 auto;
}


#sub-header {
position: fixed;
top: 155px;
width: 100%;
}

#Sub-Header img {
width: 100%;
height: auto;
}


#container {
clear: both;
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -50px;
}


.c-not-fix {
clear: both;
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -50px;
background-color: #fff;
margin-top:20px;
}

#container {
padding-top: 20px;
overflow: auto;
padding-bottom: 100px;
}

.C-fix {
position: relative;
top: 155px;
margin-top:540px;
background-color: #fff;
}

.menu{
position: absolute;
top: 55px;
right: 0;
font-family: "Helvetica",sans-serif;
font-size: 14px;
color: #000;
}

.menu li {
	display: inline-block;
	border-right: 1px solid #000;
    padding-right: 10px;

}

.half {
	width:50%;
	float:left;
}

#content {
width: 960px;
padding: 0 10px;
margin: 0 auto;
}

.head-h1, .head-h1 a {
text-align: center;
font-size: 36px;
margin: 20px auto;
width: 100%;
line-height: 60px;
font-family: 'Raleway', sans-serif;
color: #494D4E;
}


.head-h1 a:hover {
color: #10A8B5;
}

#first, #second, #third {
	float:left;
	width:300px;
}

.chiffres li {
	display:inline-block;
	padding-right:10px;
}

a {
	text-decoration:none;
	color:#000;
}

#footer {
margin: 50px auto;
position: relative;
top: 155px;
clear:both;
padding: 35px 0;
background: #ededed;
border-top: 1px solid #E3E3E3;
overflow: auto;
}

#footer-conteneur {
	width:960px;
	margin:0 auto;
}


.mini-separator {
height: 1px;
width: 105px;
background-color: #aaa;
margin-bottom:20px;
}


.center {
text-align: center;
position: relative;
margin-left: auto;
margin-right: auto;
}

.pitch {
font-size: 14px;
line-height: 24px;
word-spacing: 0;
margin: 0 auto;
max-width: 70%;
text-align: center;
}

#heading {
margin: 50px 0;
}


.folio li {
float: left;
width: 225px;

}
.folio .first {
margin: 0 20px 20px 0;
}

.folio .dernier {
margin-left: 0px;
}

#sub-header img {
width: 100%;
height: auto;
}

.CinqCol, .SeptCol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.SeptCol {
width: 56.75%;
}

.CinqCol {
	width:38.5%;
}

.last {
	margin-right:0px !important
}

h2 {
font-size: 36px;
line-height: 44px;
font-family: 'Raleway', sans-serif;
}

#contact-sidebar .label {
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
margin-top: 50px;
font-family: 'Raleway', sans-serif;
color: #494D4E;
}

.wpcf7 input, .wpcf7 textarea {
background: #FDFDFD;
color: #48484A;
border: solid 1px #DDD;
box-shadow: inset 0 0 10px #EAEAEA;
border-radius: 5px;
padding: 16px;
}